home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / dev / lang / SlimPython.lha / SlimPython / Modules / SMAKEFILE < prev    next >
Encoding:
Text File  |  1999-10-20  |  3.1 KB  |  117 lines

  1.  
  2.  
  3. # object list for Python w/ networking
  4.  
  5. # main.o and python.o intentionally left out
  6.  
  7. NETOBJECTS = config.o getpath.o environment.o amigamodule.o \
  8.         stropmodule.o mathmodule.o timemodule.o \
  9.     operator.o errnomodule.o ARexxmodule.o AmigaExecmodule.o 
  10.  
  11.  
  12. # object list for Python without networking
  13.  
  14. OBJECTS = config.o getpath.o environment.o amigamodule.o \
  15.         stropmodule.o mathmodule.o timemodule.o \
  16.     operator.o errnomodule.o ARexxmodule.o AmigaExecmodule.o 
  17.  
  18.  
  19. Modules.lib: $(OBJECTS)            # SELECT $(OBJECTS) OR $(NETOBJECTS)
  20.     -delete >NIL: Modules.lib
  21.     oml Modules.lib a <@<
  22. $(OBJECTS)                # SELECT $(OBJECTS) OR $(NETOBJECTS)
  23. <
  24.  
  25.  
  26. _localemodule.o : _localemodule.c
  27.  
  28. amigamodule.o : amigamodule.c
  29.  
  30. AmigaExecmodule.o: AmigaExecmodule.c
  31.  
  32. ARexxmodule.o : ARexxmodule.c
  33.  
  34. arraymodule.o : arraymodule.c /Include/Python.h
  35.  
  36. binascii.o : binascii.c /Include/Python.h
  37.  
  38. cPickle.o : cPickle.c /Include/mymath.h /Include/cStringIO.h /Include/Python.h
  39.  
  40. cStringIO.o : cStringIO.c /Include/cStringIO.h /Include/import.h /Include/Python.h
  41.  
  42. cmathmodule.o : cmathmodule.c /Include/mymath.h /Include/Python.h
  43.  
  44. config.o : config.c
  45.  
  46. cryptmodule.o : cryptmodule.c /Include/Python.h
  47.  
  48. Doslibmodule.o : Doslibmodule.c
  49.  
  50. environment.o : environment.c /Include/Python.h
  51.  
  52. errnomodule.o : errnomodule.c /Include/Python.h
  53.  
  54. fpectlmodule.o : fpectlmodule.c /Include/Python.h
  55.  
  56. fpetestmodule.o : fpetestmodule.c /Include/Python.h
  57.  
  58. getbuildinfo.o : getbuildinfo.c macbuildno.h /Include/config.h /Include/myproto.h
  59.  
  60. getpath.o : getpath.c /Include/protos.h /Include/osdefs.h /Include/Python.h
  61.  
  62. grpmodule.o : grpmodule.c /Include/Python.h
  63.  
  64. main.o : main.c /Include/osdefs.h /Include/Python.h
  65.  
  66. mathmodule.o : mathmodule.c /Include/mymath.h /Include/Python.h
  67.  
  68. md5c.o : md5c.c md5.h /Include/config.h
  69.  
  70. md5module.o : md5module.c md5.h /Include/Python.h
  71.  
  72. newmodule.o : newmodule.c /Include/compile.h /Include/Python.h
  73.  
  74. operator.o : operator.c /Include/Python.h
  75.  
  76. pcremodule.o : pcremodule.c pcre-int.h pcre.h /Include/graminit.h /Include/Python.h
  77.  
  78. pwdmodule.o : pwdmodule.c /Include/Python.h
  79.  
  80. pypcre.o : pypcre.c /Include/graminit.h /Include/mymalloc.h /Include/Python.h pcre-int.h pcre.h
  81.  
  82. python.o : python.c /Include/myproto.h
  83.  
  84. readline.o : readline.c /Include/Python.h
  85.  
  86. regexmodule.o : regexmodule.c regexpr.h /Include/Python.h
  87.  
  88. regexpr.o : regexpr.c regexpr.h /Include/Python.h
  89.  
  90. resource.o : resource.c
  91.  
  92. rotormodule.o : rotormodule.c /Include/mymath.h /Include/Python.h
  93.  
  94. selectmodule.o : selectmodule.c /Include/myselect.h /Include/Python.h
  95.  
  96. shamodule.o: shamodule.c /Include/Python.h
  97.  
  98. socketmodule.o : socketmodule.c /Include/mytime.h /Include/Python.h
  99.  
  100. soundex.o : soundex.c /Include/Python.h
  101.  
  102. stropmodule.o : stropmodule.c /Include/Python.h
  103.  
  104. structmodule.o : structmodule.c /Include/mymath.h /Include/Python.h
  105.  
  106. syslogmodule.o : syslogmodule.c /Include/Python.h
  107.  
  108. timemodule.o : timemodule.c /Include/mytime.h /Include//Include/myselect.h /Include/mymath.h /Include/Python.h
  109.  
  110. timingmodule.o : timingmodule.c timing.h /Include/Python.h
  111.  
  112. xxmodule.o : xxmodule.c /Include/Python.h
  113.  
  114. zlibmodule.o : zlibmodule.c /Include/Python.h
  115.  
  116. # --- DO NOT MODIFY THIS LINE -- AUTO-DEPENDS PRECEDE ---
  117.